Sustainability Pillar
💡 Definition
The Sustainability Pillar is one of the six pillars of the AWS Well-Architected Framework. It focuses on minimizing the environmental impacts of running cloud workloads. The key is to reduce energy consumption and improve efficiency across all components of a workload.
🔑 Key Concepts
- Understand Your Impact: Use tools to measure the environmental impact of your cloud workloads.
- Establish Sustainability Goals: Set long-term goals for your workloads, such as reducing the compute and storage resources required per transaction.
- Maximize Utilization: Use a pay-as-you-go model to avoid overprovisioning and run instances at high levels of utilization to maximize energy efficiency.
- Use Efficient Hardware and Software: Adopt new, more efficient technologies, such as Graviton processors, and managed services which are optimized for scale.
- Reduce Downstream Impact: Minimize the amount of energy or resources required to use your services.
⚙️ How it Works
This pillar provides a set of design principles and best practices. For example, it encourages adopting a data lifecycle policy to delete unneeded data, using serverless architectures that consume zero resources when idle, and selecting the AWS Region closest to your users to reduce data transfer distances.
🎯 Use Cases
- Reducing Carbon Footprint: Making conscious architectural choices to lower energy consumption.
- Cost Savings: Sustainability improvements often lead to cost savings through reduced resource usage.
- Corporate Responsibility: Aligning technology strategy with corporate sustainability goals.
💰 Pricing Model
- N/A. This is a conceptual pillar. Following its principles, however, typically leads to lower costs. The AWS Customer Carbon Footprint Tool is a free tool to help measure impact.
📝 Exam Tips (CLF-C02)
- Keywords: "Environmental impact", "Energy efficiency", "Resource utilization".
- This is the newest pillar of the Well-Architected Framework.
- Emphasizes using managed services and efficient hardware like Graviton processors to reduce waste.
- Highlights the connection between cost optimization and sustainability.
See Also: * AWS Well-Architected Framework * Graviton * AWS Customer Carbon Footprint Tool